Hi,
Sorry, due to several complications in the way VS handles debugger interfaces, VisualGDB only supports debugging one application at the same time.
If you would like to debug 2 applications simultaneously, you would need to run 2 separate Visual Studio instances having 2 different solutions.
That said, two solutions can easily reference the same static library (embedded targets do not support shared, i.e. dynamically loaded libraries anyway).