Is it possible/how do I set multiple start up projects in Visual Studio for Mac?
It is very easy and common to do it in VS for Windows (https://msdn.microsoft.com/en-us/library/ms165413.aspx) but struggling to find the option on VS for Mac in the application and online.
You can do this by creating a run configuration for the solution.
Then in the main toolbar select the run configuration.
Then when you debug/run both projects will be started.