You can use the exeEvent method of the hidden button.
In the below example I am executing the Click event of Button1 from a different control.
Replace Button1 with your control's full access path and the event name.
Button1.execEvent("click");
Thanks
Srini