Sure, although I can't see why you would want to. After all, if an event is always raised by another event, then why can't you just include the code for the raised event in the raising event?
To raise an event, just declare the event in the general declarations section, and then use the RaiseEvent keyword. Also, you have to use the WithEvents keyword when you are declaring your object variable.
Bob