How can I invoke the methods of an MFC exe from an MFC Extension dll.

A third party aaplication will be invoking the MFC Extension dll. So from the dll I need to invoke the public methods of the MFC exe application. How can it be acheived?

Thanks in advance.