If you already have a handle from one of the GetOutboundHandle methods, then kick the thread and make it go. The thread will then call the specified DLL and method.
[Visual Basic] Public Sub StartOutboundCall( _ ByVal handle As Integer, _ ByVal module As String, _ ByVal method As String, _ ByVal namespaceDotClass As String, _ ByVal userData As Object _ )