I defiend a storyborad in View
Please don't trigger the storyboard from the viewmodel. If you do then there is no point having a viewmodel.
Implement any code for the relay command in the code behind of the view, then if needed you can call through to the viewmodel to do anything that is viewmodel specific. When you reference the storyboard from the code behind of the view you can just refer to it by name.