Can I open more than one solution in MonoDevelop?

I currently have one project open in Unity with a script and solution open in MonoDevelop, and I’d like to open a another solution from another project so I can look back at a separate script to review my code. But when I open the other solution (or even the separate project’s script directly) in MonoDevelop, it replaces the current solution I have. It’s hard to switch back and forth between solutions like that. Can I have more than one solution open at a time in MonoDevelop? I can just copy scripts over to the solution I want open, so I’m just wondering if that’s possible.

I haven’t used MonoDevelop in a long time, so I’m not sure how different it is. I’m also not sure what platform you are developing on, so I’m just going to make a bunch of assumptions.

When I want to do this, I right click the IDE icon on the taskbar – in your case mono develop – and launch a whole new instance of it. Then I can have two different solutions open at any given time