Add #sidebar-2 to a custom page template
Instead of calling get_sidebar() call get_sidebar( ‘somethingelse’ );. It will attempt to load sidebar-somethingelse.php and if that doesn’t exist it will load sidebar.php. You can then modify the sidebar-somethingelse.php to load a different sidebar etc I strongly recommend you look up how the template hierarchy works.