Hi,
this is copied from the reference manual:
That means the RCHW of your bootloader must be at lower address than RCHW of the application. First valid RCHW is always taken.
So, if you place the bootloader at beginning of flash at 0x0 then it will be executed after each reset and then it can call the application.
Regards,
Lukas