not as far as Im aware... but I do want to do something similar....(same reason, many axoloti's to control)
Im thinking perhaps something like a command line interface, that can just upload a patch and get it to execute, disconnected.
what you can do temporarily at the moment (apart from sdcard and using program change events or similar) is use the fact that if you disconnect a board it continues to run the patch.
so what I do is...
select board 1 - connect, go live
disconnect (on console window)
select board 2 - connect, (possibly change patch) , go live
disconnect (on console window)
select board 3 - connect, (possibly change patch) , go live
disconnect (on console window)
etc
one thing you can't do currently... is reconnect to a running patch... as soon as you connect to a board, it will automatically stop the current patch.
(would be nice, if it would allow reconnect, you get the logging ... and something like if you had the same patch loaded, you could reconnect it ... obviously needs to be the same patch, for controls to match)
its not ideal buts works for now.. well that and using the SD Card, and load the patches via program change events.