Just navigate to the same location with a blank target like this...
VB Code:
  1. Private Sub mnuFileNew_Click()
  2.   WebBrowser1.Navigate WebBrowser1.Document.location.href, , "_blank"
  3. End Sub

It should fire the NewWindow2 event which will open a new instance of your browser.