As John mentioned, you'll want to look into the run modes. Unfortunately, the default Run Mode is Exclusive for any new object created. It would be nice if this were actually a required input when creating an object so that it's done purposefully, but that's just not how it is. Any time you create objects, you need to go in and choose Background, Foreground, or leave it as Exclusive.
To be able to run 2 processes at the same time on the same resourcepc, you need to change the run mode of all the objects it references to Background. Technically, one of the processes can have foreground objects, but the other process has to have only background objects. And none of the referenced objects can be exclusive for this to work.
This also likely means you'd need to edit all the VBOs that Blue Prism provides (depending on which ones you're using) and change their run modes to Background. Whoever created the VBOs that are in the VBO folder missed several of them that should be set to Background, and instead they're set to Exclusive.
------------------------------
Dave Morris
3Ci @ Southern Company
Atlanta, GA
------------------------------
Dave Morris, 3Ci at Southern Company