Yes, you can simply run:
source ~/.bash_profile
Or:
. ~/.bash_profile
This will reload / restart .bash_profile in the current shell.
I put this command in my ~/.bash_profile for convenience:
alias reprofile='source ~/.bash_profile'
Then I just type reprofile or repro TAB .
source share