Custom Plugins Binding to Same Event

Hello! I’m trying to write a custom plugin, but I need to hook onto an event that another plugin hooks onto. Will both hooks work? or will the last one bound to the event be the only one executed?