If you call the show method of flowControl with different views quite close after each other than both view are shown at the same time.
E.g.:
canny.flowControl.show('view_1');
canny.flowControl.show('view_2');
will show view_1 and view_2 at the same time.