If you find that you need to debug code in solution A while running project B. You can build the required assembly in Debug mode and copy both the DLL and .pdb files to project B and build B.
Then when debugging in Visual Studio, you can step into code of solution A