What function actually renders the wp_admin_bar ? How can I call it?

WordPress admin bar is rendered by render() method in WP_Admin_Bar class, also you may need to check wp_admin_bar_render(), it add few hooks before and after rendering and also calls this method