Not really. You’d have to do one of the following:
- Make a build script that builds the solutions in the correct order.
- Pre-build solution A, and only reference the built binary outputs from it in solution B.
- Make a third solution containing all of the projects from both solutions.
The first two items are the most common, where I personally prefer the second.