I'm trying to call in a private sub from another folder in VBA.

The private sub is in the filter module.
Application.Run ("Forms.UserForm_Initialize")
I tried to use this line of code but it came up with run time error.
Any help would be great thanks.