I have not completely understood your target, but is case you want change the patch using MIDI keyboard/controller, I can try to make something using AZCtrl. For example:
* you just want send simple PC MIDI Message, 2 options:
1) dedicate some finite knob, take whatever absolute value it sends and forward it to the synth as PC. Easy and possible now. Disadvantage: it does not save that information in the project
2) use some buttons or encoder to inc/dec whatever is set in the Patch parameter for fixed track (routed to that synth) and in parallel send corresponding PC command directly to the synth. That way the change is "saved" into the project, so next time you reload and play from start, you get the same patch. That is not yet implemented in AZCtrl (in part of accessing patch parameter), but that can be done
* if the synth support Inc/Dec SysEx, some buttons or encoder can be configured to send that.