you could goto Styles & Templates>>Style Manager>>edit your Navigation / Breadcrumb Templates>>"navbar" to that template.
find
Code:
<a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1">$vboptions[bbtitle]</a>
and change the red part to your forum home link.
eg:
Code:
<a href="http://www.vbulletin.org" accesskey="1">$vboptions[bbtitle]</a>
this will work.