Yes ,It is possible we can trigger multiple function for single blob trigger(STORAGE ACCOUNT> CONTAINER) event.
As we have tried at our end using single storage account (container) and trigger successfully to our two Function app.
For test purpose we have follow the below:
Created two Azure function using portal and select our one created storage account for both of the function apps .
Added blob trigger function to our function apps.
Created container with sample-workitems.
Added file to container .
OUTPUT SCREENSHOT FOR REFERENCE:-
Make sure to select one storage account for both of the function:




For more information please refer the below links: