It should be as simple as passing the target directory to the rc()
function when configuring vundle. The implementation of this function explains it quite well if you know a little vimscript:
func! vundle
Instead of just calling
call vundle
in vimrc use
call vundle#rc("~/here/please/vundle/install/all/plugins")
source share