You could do something like edit the navbar template and find:
Code:
<a href="{vb:link forumhome}">
(which seems to occur three times for some reason) and replace it with
Code:
<a href="{vb:link forumhome}" target="vbforum">
This has one flaw (that I know of) - if you arrive on the forum page from somewhere other than the CMS page then press the Forum button, it will open another window/tab on the same page. Maybe someone can figure out how to get around that. (I'm not sure why the forum button is even active when you're already there).