Maybe I am missing something but I'm afraid that I don't understand the problem
AddEvent("Module1.Button1", Click, "Main.Button1Click")
Works when Button1 is on a Form belonging to module "Module1" and the event Sub "Button1Click" is defined in Module "Main".