hi
you can get view link using "Copy link" button in application ribbon, select view and click on copy a link of current view

use javascript to open that view.
window.open('URL of the view', 'name', 'width=700,height=150,left=150,top=250,scrollbars=yes,resizable=yes,directories=yes');
use this
link to create a button and adding this link. or even u can use visual ribbon editor or pragatool to create a button.
Thanks and Regards. Make sure to "Vote as Helpful" and "Mark As Answer",if you get answer of your question.