My forums are down so this I'm kind of guessing here, but would this work? If you want this on your main page, put this in you index.php, I don't THINK it matters where, but I could be wrong.
PHP Code:
$thisdate = date('Y-m-d');
$getthreadtotal = $DB_site->query_first("SELECT COUNT(*) as total FROM thread WHERE dateline = $thisdate AND forumid = 'FORUMID1' OR forumid = 'FORUMID2'");
$threadtotal = $getthreads[total];
eval("\$threadtotal = \"".gettemplate('forumhome')."\";");
Then put $threadtotal somewhere in your forumhome template.