@Ram Thanks for reaching out. Unfortunately, you cannot add any dependencies with the blob trigger that it should trigger once your other workflow is executed successfully. The workflow will always trigger once the file is added/modified as per the trigger and the trigger condition that you have specified.
The alternative is in case you have specific file name format then you can add the trigger condition so your logic app would only trigger once on the specific condition and in your workflow, you can get the other blob files to perform the sequential processing of individual files in your workflow.